toParams method

Map<String, String> toParams()

Convert to API parameters

Implementation

Map<String, String> toParams() {
  return {'password': password};
}