fromMap static method

TeamRemoved fromMap(
  1. Map<String, dynamic> map
)

Implementation

static TeamRemoved fromMap(Map<String, dynamic> map) {
  return ensureInitialized().decodeMap<TeamRemoved>(map);
}