LunRange.fromJson constructor

LunRange.fromJson(
  1. Map json_
)

Implementation

LunRange.fromJson(core.Map json_)
  : this(
      quantity: json_['quantity'] as core.int?,
      sizeGb: json_['sizeGb'] as core.int?,
    );