copyWith method

EntitySelector copyWith (
  1. void updates(
    1. EntitySelector
    )
)

Implementation

EntitySelector copyWith(void Function(EntitySelector) updates) => super.copyWith((message) => updates(message as EntitySelector));