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