toMap<T> abstract method

Map<String, dynamic> toMap<T>(
  1. T object
)

Implementation

Map<String, dynamic> toMap<T>(T object);