errorMessage property

  1. @JsonKey(fromJson: null, toJson: null, includeFromJson: false, includeToJson: false)
(String? Function(int)?) errorMessage
inherited

Implementation

@JsonKey(
    fromJson: null,
    toJson: null,
    includeFromJson: false,
    includeToJson: false)
String? Function(int)? get errorMessage => throw _privateConstructorUsedError;