toJson method

  1. @override
Map<String, Object?> toJson()
override

Implementation

@override
Map<String, Object?> toJson() => {
      ...super.toJson(),
      if (vmServiceUri != null) 'vmServiceUri': vmServiceUri,
      if (vmServiceInfoFile != null) 'vmServiceInfoFile': vmServiceInfoFile,
    };