AssetsAnnotation class

Annotation for assets_generator_by_zpdl package

Constructors

AssetsAnnotation({bool isCamelCase = false, bool isSnakeCase = false, String version = ''})
const
AssetsAnnotation.camelCase({bool isCamelCase = true, bool isSnakeCase = false, String version = ''})
const
AssetsAnnotation.snakeCase({bool isCamelCase = false, bool isSnakeCase = true, String version = ''})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
isCamelCase bool
Camel case enable value The first letter is written in lowercase. The first letter of the rest of the following words is capitalized. ex) isCamelCase
final
isSnakeCase bool
Snake case enable value Place an underline in the middle of each word joined. ex) is_snake_case
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
version String
Version
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited