toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (begin != null) 'begin': begin!,
      if (id != null) 'id': id!,
      if (singleUse != null) 'singleUse': singleUse!,
    };