toMap method

Map<String, dynamic> toMap()

Implementation

Map<String, dynamic> toMap() => {
      "active": active == null ? null : active,
      "terms": terms == null ? null : terms,
    };