MarkDef.fromJson constructor

MarkDef.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory MarkDef.fromJson(Map<String, Object?> json) =>
    _$MarkDefFromJson(json);