Skip to content

Instantly share code, notes, and snippets.

@kishansinhparmar
Created January 4, 2020 14:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kishansinhparmar/af77a11b051502a33a1293e5c6045ef1 to your computer and use it in GitHub Desktop.
Save kishansinhparmar/af77a11b051502a33a1293e5c6045ef1 to your computer and use it in GitHub Desktop.
Abbreviation: blocerrorstate
class ErrorState extends $AbstrackState$ {
final errorMsg;
ErrorState({@required this.errorMsg});
@override
List<Object> get props => [errorMsg];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment