copyWith method

PeripheralRenameV3Body copyWith({
  1. String? displayName,
})

Implementation

PeripheralRenameV3Body copyWith({String? displayName}) {
  return PeripheralRenameV3Body(displayName: displayName ?? this.displayName);
}