toInsertJson method

Map<String, dynamic> toInsertJson()

Implementation

Map<String, dynamic> toInsertJson() {
  return {'org_id': orgId, 'user_id': userId, 'role': role};
}