Warning_Code.fromJson constructor

Warning_Code.fromJson(
  1. Object? json
)

Implementation

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