StateMessageSystem.fromJson constructor

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

Implementation

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