toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() => {
      'license': _license,
      'licenseUrl': _licenseUrl,
      'androidConfig': _androidConfig._toJson(),
      'theoLive': _theoLive?._toJson()
    };