StateMessageProperty.fromJson constructor

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

Implementation

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