TPEntity constructor

TPEntity(
  1. Map<String, dynamic> entity
)

Implementation

TPEntity(Map<String, dynamic> entity) {
  _mEntity = entity;
}