StateMessage.fromJson constructor

StateMessage.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory StateMessage.fromJson(Map<String, dynamic> json) =>
    _$StateMessageFromJson(json);