AccountImpl constructor

AccountImpl(
  1. String typeUrl,
  2. AccountDeserializer deserializer
)

Implementation

AccountImpl(this.typeUrl, this.deserializer);