TextMapping.fromJson constructor
TextMapping.fromJson(
- Map json_
Implementation
TextMapping.fromJson(core.Map json_)
: this(
atomKey: json_['atomKey'] as core.String?,
inputKey: json_['inputKey'] as core.String?,
inputTrack: json_['inputTrack'] as core.int?,
);