fromMap static method

InitResponse fromMap(
  1. Map map
)

Implementation

static InitResponse fromMap(Map map) => InitResponse(
      id: map['id'],
    );