toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (Get != null) 'Get': Get!,
      if (Remove != null) 'Remove': Remove!,
      if (Set != null) 'Set': Set!,
    };