jsonMap method

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

Implementation

@override
Map<String, Object> jsonMap() => new Map<String, Object>()
  ..['parent'] = parent
  ..['links'] = links
  ..['name'] = name
  ..['description'] = description
  ..['temporary'] = temporary
  ..['position'] = position
  ..['descriptionHash'] = descriptionHash
  ..['maxUsers'] = maxUsers;