copyWith method

  1. @override
AuthenticationCodeTypeTelegramMessage copyWith({
  1. int? length,
})
override

Implementation

@override
AuthenticationCodeTypeTelegramMessage copyWith({
  int? length,
}) => AuthenticationCodeTypeTelegramMessage(
  length: length ?? this.length,
);