getError property

Map<String, dynamic> getError

Get the error

Implementation

Map<String, dynamic> get getError {
  return tagStates['error'];
}