UserErrorState constructor

const UserErrorState([
  1. String? error
])

Implementation

const factory UserErrorState([final String? error]) = _$UserErrorStateImpl;