toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (accessControl != null) 'accessControl': accessControl!,
      if (error != null) 'error': error!,
      if (finalProperties != null) 'finalProperties': finalProperties!,
      if (intent != null) 'intent': intent!,
      if (manifest != null) 'manifest': manifest!,
      if (properties != null) 'properties': properties!,
      if (state != null) 'state': state!,
      if (warnings != null) 'warnings': warnings!,
    };