VolumeVolumeInfoReadingModes.fromJson constructor

VolumeVolumeInfoReadingModes.fromJson(
  1. Map json_
)

Implementation

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