getById method

  1. @action
ModelBaseMessage? getById(
  1. String id
)

The action for the get by id.

Implementation

@action
ModelBaseMessage? getById(String id) => _map[id];