Code.fromJson constructor

Code.fromJson(
  1. Object? json
)

Implementation

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