TetherModel<T> constructor

TetherModel<T>(
  1. Map<String, dynamic> data
)

Constructs a TetherModel with the given data map.

Implementation

TetherModel(this.data);