VolumeVolumeInfoReadingModes.fromJson constructor
VolumeVolumeInfoReadingModes.fromJson(
- Map json_
Implementation
VolumeVolumeInfoReadingModes.fromJson(core.Map json_)
: this(
image: json_['image'] as core.bool?,
text: json_['text'] as core.bool?,
);