LicenseCode_State.fromJson constructor

LicenseCode_State.fromJson(
  1. Object? json
)

Implementation

factory LicenseCode_State.fromJson(Object? json) =>
    LicenseCode_State(json as String);